home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Joy 1: Lollypop
/
Joy #1: Lollypop.iso
/
viewer
/
unixview
/
xgiftar.z
/
xgiftar
/
cmuwmraster.h
< prev
next >
Wrap
C/C++ Source or Header
|
1991-05-20
|
314b
|
18 lines
/* cmuwmraster.h
*
* this describes the header for ITC (CMU WM) raster files. It is
* essentially a byte reversed Sun raster, 1 plane, no encoding.
*/
#include "copyright.h"
struct cmuwm_header
{
byte magic[4];
byte width[4];
byte height[4];
byte depth[2];
};
#define CMUWM_MAGIC 0xf10040bb